home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / c_tutor.arc / SOURCE.ARC / WRTSOME.C < prev   
C/C++ Source or Header  |  1990-08-08  |  63b  |  5 lines

  1. main()
  2. {
  3.    printf("This is a line of text to output.");
  4. }
  5.